How you will create subclass of UIAlertController iOS ? Sunil Singh243611-Jan-2017iosiphone ios iphone sdk xcode Updated on 22-Sep-2020
Sunil Singh
11-Jan-2017The UIAlertController does not support subclassing you can use as it is. The view hierarchy for UIAlertController is private and must not be modified.
For more detail you can visit https://developer.apple.com/reference/uikit/uialertcontroller#overview